home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 December / Designer's Club 1997 December.iso / pc / IDEASRC / Snowfall.Dir / 00042.ls < prev    next >
Encoding:
Text File  |  1997-11-12  |  281 b   |  11 lines

  1. on dropit
  2.   puppetSound(1, "drop")
  3.   repeat while the locV of sprite the clickOn < 420
  4.     set the locV of sprite the clickOn to the locV of sprite the clickOn + 5
  5.     updateStage()
  6.   end repeat
  7.   if the locV of sprite the clickOn > 400 then
  8.     puppetSound(1, "hit")
  9.   end if
  10. end
  11.